﻿2026-06-13T11:09:56.2086809Z ##[group]Run set -euo pipefail
2026-06-13T11:09:56.2087291Z [36;1mset -euo pipefail[0m
2026-06-13T11:09:56.2087583Z [36;1mPIN=0c95435[0m
2026-06-13T11:09:56.2087840Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-13T11:09:56.2088135Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-13T11:09:56.2088515Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-13T11:09:56.2089070Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-13T11:09:56.2089549Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-13T11:09:56.2089943Z [36;1m  rm -rf "$CACHE"[0m
2026-06-13T11:09:56.2090225Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-13T11:09:56.2090550Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-13T11:09:56.2090916Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-13T11:09:56.2091318Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-13T11:09:56.2091637Z [36;1mfi[0m
2026-06-13T11:09:56.2091961Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-13T11:09:56.2109432Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-13T11:09:56.2109786Z ##[endgroup]
2026-06-13T11:09:56.4992045Z    Compiling proc-macro2 v1.0.106
2026-06-13T11:09:56.4992767Z    Compiling unicode-ident v1.0.24
2026-06-13T11:09:56.4993167Z    Compiling quote v1.0.45
2026-06-13T11:09:56.4993635Z    Compiling libc v0.2.186
2026-06-13T11:09:56.4994112Z    Compiling serde_core v1.0.228
2026-06-13T11:09:56.4994475Z    Compiling serde v1.0.228
2026-06-13T11:09:56.4994780Z    Compiling cfg-if v1.0.4
2026-06-13T11:09:56.5062308Z    Compiling pin-project-lite v0.2.17
2026-06-13T11:09:56.5096632Z    Compiling portable-atomic v1.13.1
2026-06-13T11:09:56.5131432Z    Compiling typenum v1.20.1
2026-06-13T11:09:56.5192637Z    Compiling version_check v0.9.5
2026-06-13T11:09:56.5254270Z    Compiling memchr v2.8.1
2026-06-13T11:09:56.5321568Z    Compiling shlex v2.0.1
2026-06-13T11:09:56.5323277Z    Compiling critical-section v1.2.0
2026-06-13T11:09:56.5324315Z    Compiling find-msvc-tools v0.1.9
2026-06-13T11:09:56.5821172Z    Compiling futures-core v0.3.32
2026-06-13T11:09:56.6007868Z    Compiling bytes v1.11.1
2026-06-13T11:09:56.6122174Z    Compiling subtle v2.6.1
2026-06-13T11:09:56.6500942Z    Compiling log v0.4.32
2026-06-13T11:09:56.7540910Z    Compiling semver v1.0.28
2026-06-13T11:09:56.7640982Z    Compiling smallvec v1.15.1
2026-06-13T11:09:56.8377549Z    Compiling stable_deref_trait v1.2.1
2026-06-13T11:09:56.8491839Z    Compiling itoa v1.0.18
2026-06-13T11:09:56.8834718Z    Compiling equivalent v1.0.2
2026-06-13T11:09:56.8963387Z    Compiling slab v0.4.12
2026-06-13T11:09:56.9046748Z    Compiling futures-io v0.3.32
2026-06-13T11:09:56.9110484Z    Compiling futures-sink v0.3.32
2026-06-13T11:09:56.9453463Z    Compiling generic-array v0.14.7
2026-06-13T11:09:56.9579749Z    Compiling futures-task v0.3.32
2026-06-13T11:09:57.0211054Z    Compiling futures-channel v0.3.32
2026-06-13T11:09:57.0815108Z    Compiling rustc_version v0.4.1
2026-06-13T11:09:57.0925902Z    Compiling hashbrown v0.17.1
2026-06-13T11:09:57.1201683Z    Compiling cpufeatures v0.2.17
2026-06-13T11:09:57.1300731Z    Compiling fnv v1.0.7
2026-06-13T11:09:57.1641903Z    Compiling bitflags v2.12.1
2026-06-13T11:09:57.1761395Z    Compiling cfg_aliases v0.2.1
2026-06-13T11:09:57.1845388Z    Compiling rand_core v0.10.1
2026-06-13T11:09:57.1848760Z    Compiling litemap v0.8.2
2026-06-13T11:09:57.2114885Z    Compiling rustversion v1.0.22
2026-06-13T11:09:57.2282182Z    Compiling writeable v0.6.3
2026-06-13T11:09:57.2610716Z    Compiling icu_properties_data v2.2.0
2026-06-13T11:09:57.2960659Z    Compiling dunce v1.0.5
2026-06-13T11:09:57.3511370Z    Compiling getrandom v0.4.2
2026-06-13T11:09:57.4121015Z    Compiling utf8_iter v1.0.4
2026-06-13T11:09:57.5021125Z    Compiling fs_extra v1.3.0
2026-06-13T11:09:57.5187409Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T11:09:57.5653291Z    Compiling percent-encoding v2.3.2
2026-06-13T11:09:57.5654282Z    Compiling autocfg v1.5.1
2026-06-13T11:09:57.6169509Z    Compiling http v1.4.1
2026-06-13T11:09:57.7981296Z    Compiling strsim v0.11.1
2026-06-13T11:09:57.8141044Z    Compiling thiserror v2.0.18
2026-06-13T11:09:57.8726821Z    Compiling syn v2.0.117
2026-06-13T11:09:57.8750479Z    Compiling aws-lc-rs v1.17.0
2026-06-13T11:09:57.8981076Z    Compiling cpufeatures v0.3.0
2026-06-13T11:09:57.9350892Z    Compiling form_urlencoded v1.2.2
2026-06-13T11:09:57.9399344Z    Compiling untrusted v0.9.0
2026-06-13T11:09:57.9489719Z    Compiling ident_case v1.0.1
2026-06-13T11:09:57.9680932Z    Compiling indexmap v2.14.0
2026-06-13T11:09:58.0252513Z    Compiling chacha20 v0.10.0
2026-06-13T11:09:58.0540528Z    Compiling unicode-segmentation v1.13.3
2026-06-13T11:09:58.0688900Z    Compiling scopeguard v1.2.0
2026-06-13T11:09:58.1260935Z    Compiling rustls v0.23.40
2026-06-13T11:09:58.1530358Z    Compiling lock_api v0.4.14
2026-06-13T11:09:58.1834003Z    Compiling const-oid v0.10.2
2026-06-13T11:09:58.1970674Z    Compiling anyhow v1.0.102
2026-06-13T11:09:58.2987785Z    Compiling unicode-xid v0.2.6
2026-06-13T11:09:58.3141431Z    Compiling atomic-waker v1.1.2
2026-06-13T11:09:58.3780598Z    Compiling httparse v1.10.1
2026-06-13T11:09:58.3970619Z    Compiling zerocopy v0.8.50
2026-06-13T11:09:58.4241071Z    Compiling num-traits v0.2.19
2026-06-13T11:09:58.4512368Z    Compiling hybrid-array v0.4.12
2026-06-13T11:09:58.4730512Z    Compiling curve25519-dalek v4.1.3
2026-06-13T11:09:58.5020720Z    Compiling jobserver v0.1.34
2026-06-13T11:09:58.5773364Z    Compiling ahash v0.8.12
2026-06-13T11:09:58.5960879Z    Compiling convert_case v0.10.0
2026-06-13T11:09:58.6066694Z    Compiling powerfmt v0.2.0
2026-06-13T11:09:58.7039354Z    Compiling fastrand v2.4.1
2026-06-13T11:09:58.7591585Z    Compiling http-body v1.0.1
2026-06-13T11:09:58.8205200Z    Compiling cc v1.2.63
2026-06-13T11:09:58.8668861Z    Compiling base64ct v1.8.3
2026-06-13T11:09:58.8750551Z    Compiling paste v1.0.15
2026-06-13T11:09:58.8790769Z    Compiling heck v0.5.0
2026-06-13T11:09:58.9380579Z    Compiling crypto-common v0.1.7
2026-06-13T11:09:58.9736467Z    Compiling block-buffer v0.10.4
2026-06-13T11:09:59.0665154Z    Compiling deranged v0.5.8
2026-06-13T11:09:59.0951358Z    Compiling digest v0.10.7
2026-06-13T11:09:59.1151190Z    Compiling base64 v0.22.1
2026-06-13T11:09:59.1752799Z    Compiling try-lock v0.2.5
2026-06-13T11:09:59.2210792Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T11:09:59.2706795Z    Compiling num-conv v0.2.2
2026-06-13T11:09:59.2830712Z    Compiling parking_lot_core v0.9.12
2026-06-13T11:09:59.2950589Z    Compiling zmij v1.0.21
2026-06-13T11:09:59.3050486Z    Compiling tower-service v0.3.3
2026-06-13T11:09:59.3870625Z    Compiling vcpkg v0.2.15
2026-06-13T11:09:59.3940353Z    Compiling time-core v0.1.8
2026-06-13T11:09:59.3941404Z    Compiling tinyvec_macros v0.1.1
2026-06-13T11:09:59.4271295Z    Compiling pkg-config v0.3.33
2026-06-13T11:09:59.4467126Z    Compiling socket2 v0.6.4
2026-06-13T11:09:59.4922139Z    Compiling mio v1.2.1
2026-06-13T11:09:59.5500733Z    Compiling getrandom v0.2.17
2026-06-13T11:09:59.5811106Z    Compiling data-encoding v2.11.0
2026-06-13T11:09:59.6211095Z    Compiling tinyvec v1.11.0
2026-06-13T11:09:59.6340911Z    Compiling sha2 v0.10.9
2026-06-13T11:09:59.7220862Z    Compiling want v0.3.1
2026-06-13T11:09:59.8290596Z    Compiling rand_core v0.6.4
2026-06-13T11:10:00.0041326Z    Compiling rand v0.10.1
2026-06-13T11:10:00.0300670Z    Compiling block-buffer v0.12.0
2026-06-13T11:10:00.0539429Z    Compiling crypto-common v0.2.2
2026-06-13T11:10:00.2058216Z    Compiling inout v0.1.4
2026-06-13T11:10:00.2690328Z    Compiling cmake v0.1.58
2026-06-13T11:10:00.3370478Z    Compiling vergen-lib v9.1.0
2026-06-13T11:10:00.3991225Z    Compiling n0-future v0.3.2
2026-06-13T11:10:00.4018142Z    Compiling cordyceps v0.3.4
2026-06-13T11:10:00.4031121Z    Compiling httpdate v1.0.3
2026-06-13T11:10:00.5070785Z    Compiling crossbeam-utils v0.8.21
2026-06-13T11:10:00.5504236Z    Compiling diatomic-waker v0.2.3
2026-06-13T11:10:00.6210440Z    Compiling signature v2.2.0
2026-06-13T11:10:00.6290482Z    Compiling serde_json v1.0.150
2026-06-13T11:10:00.6916769Z    Compiling parking v2.2.1
2026-06-13T11:10:00.7309861Z    Compiling winnow v1.0.3
2026-06-13T11:10:00.7455052Z    Compiling spin v0.10.0
2026-06-13T11:10:00.7693784Z    Compiling ed25519 v2.2.3
2026-06-13T11:10:00.7821229Z    Compiling netlink-packet-core v0.8.1
2026-06-13T11:10:00.8280736Z    Compiling futures-lite v2.6.1
2026-06-13T11:10:00.8511401Z    Compiling futures-buffered v0.2.13
2026-06-13T11:10:00.8842682Z    Compiling cipher v0.4.4
2026-06-13T11:10:00.9086185Z    Compiling universal-hash v0.5.1
2026-06-13T11:10:00.9337779Z    Compiling vergen v9.1.0
2026-06-13T11:10:00.9671223Z    Compiling digest v0.11.3
2026-06-13T11:10:00.9980980Z    Compiling vergen-lib v0.1.6
2026-06-13T11:10:01.0440544Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T11:10:01.1184570Z    Compiling heapless v0.7.17
2026-06-13T11:10:01.1290838Z    Compiling noq-udp v0.10.0
2026-06-13T11:10:01.1358301Z    Compiling sync_wrapper v1.0.2
2026-06-13T11:10:01.1600690Z    Compiling either v1.16.0
2026-06-13T11:10:01.1771010Z    Compiling byteorder v1.5.0
2026-06-13T11:10:01.2320879Z    Compiling opaque-debug v0.3.1
2026-06-13T11:10:01.2891099Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T11:10:01.3050590Z    Compiling polyval v0.6.2
2026-06-13T11:10:01.3798434Z    Compiling parking_lot v0.12.5
2026-06-13T11:10:01.3940725Z    Compiling aws-lc-sys v0.41.0
2026-06-13T11:10:01.3991136Z    Compiling ring v0.17.14
2026-06-13T11:10:01.4161210Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T11:10:01.4350571Z    Compiling hash32 v0.2.1
2026-06-13T11:10:01.5388923Z    Compiling spin v0.9.8
2026-06-13T11:10:01.5533129Z    Compiling vergen-gitcl v1.0.8
2026-06-13T11:10:01.6094430Z    Compiling tower-layer v0.3.3
2026-06-13T11:10:01.6243620Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T11:10:01.6528460Z    Compiling fallible-iterator v0.3.0
2026-06-13T11:10:01.6924742Z    Compiling signature v3.0.0
2026-06-13T11:10:01.7490432Z    Compiling num_threads v0.1.7
2026-06-13T11:10:01.8320571Z    Compiling ghash v0.5.1
2026-06-13T11:10:01.8390176Z    Compiling time v0.3.47
2026-06-13T11:10:01.8690830Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T11:10:01.8770351Z    Compiling aes v0.8.4
2026-06-13T11:10:01.9570582Z    Compiling ctr v0.9.2
2026-06-13T11:10:02.0284556Z    Compiling aead v0.5.2
2026-06-13T11:10:02.1222420Z    Compiling http-body-util v0.1.3
2026-06-13T11:10:02.1963121Z    Compiling openssl-probe v0.2.1
2026-06-13T11:10:02.2026182Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T11:10:02.2330466Z    Compiling crossbeam-channel v0.5.15
2026-06-13T11:10:02.3280503Z    Compiling blake3 v1.8.5
2026-06-13T11:10:02.4010539Z    Compiling netlink-packet-route v0.29.0
2026-06-13T11:10:02.4650859Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T11:10:02.6120891Z    Compiling aes-gcm v0.10.3
2026-06-13T11:10:02.6700926Z    Compiling uuid v1.23.2
2026-06-13T11:10:02.6830787Z    Compiling memoffset v0.6.5
2026-06-13T11:10:02.7408814Z    Compiling acto v0.8.2
2026-06-13T11:10:02.7950512Z    Compiling aho-corasick v1.1.4
2026-06-13T11:10:02.8310384Z    Compiling netwatch v0.16.0
2026-06-13T11:10:02.8862689Z    Compiling noq v0.18.0
2026-06-13T11:10:02.9730649Z    Compiling ryu v1.0.23
2026-06-13T11:10:03.0141195Z    Compiling lru-slab v0.1.2
2026-06-13T11:10:03.1274315Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T11:10:03.1410891Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T11:10:03.1760317Z    Compiling ref-cast v1.0.25
2026-06-13T11:10:03.2341005Z    Compiling xml-rs v0.8.28
2026-06-13T11:10:03.2681063Z    Compiling rustc-hash v2.1.2
2026-06-13T11:10:03.2792905Z    Compiling tagptr v0.2.0
2026-06-13T11:10:03.4121094Z    Compiling allocator-api2 v0.2.21
2026-06-13T11:10:03.4600560Z    Compiling rustix v1.1.4
2026-06-13T11:10:03.4821356Z    Compiling regex-syntax v0.8.10
2026-06-13T11:10:03.5610626Z    Compiling foldhash v0.2.0
2026-06-13T11:10:03.6400663Z    Compiling synstructure v0.13.2
2026-06-13T11:10:03.7277548Z    Compiling darling_core v0.20.11
2026-06-13T11:10:03.7410646Z    Compiling mac-addr v0.3.0
2026-06-13T11:10:03.8570656Z    Compiling thiserror v1.0.69
2026-06-13T11:10:03.8670647Z    Compiling identity-hash v0.1.0
2026-06-13T11:10:04.0520899Z    Compiling proc-macro-crate v3.5.0
2026-06-13T11:10:04.1159301Z    Compiling xmltree v0.10.3
2026-06-13T11:10:04.3201530Z    Compiling hashbrown v0.16.1
2026-06-13T11:10:04.4461561Z    Compiling serde_derive_internals v0.29.1
2026-06-13T11:10:04.6361006Z    Compiling netlink-packet-route v0.30.0
2026-06-13T11:10:04.6718893Z    Compiling ioctl-rs v0.1.6
2026-06-13T11:10:04.7281977Z    Compiling serial-core v0.4.0
2026-06-13T11:10:04.7996367Z    Compiling termios v0.2.2
2026-06-13T11:10:04.9380707Z    Compiling simple-dns v0.9.3
2026-06-13T11:10:04.9620694Z    Compiling arrayref v0.3.9
2026-06-13T11:10:05.0230646Z    Compiling resolv-conf v0.7.6
2026-06-13T11:10:05.2021119Z    Compiling toml_write v0.1.2
2026-06-13T11:10:05.2586028Z    Compiling winnow v0.7.15
2026-06-13T11:10:05.2730319Z    Compiling arrayvec v0.7.6
2026-06-13T11:10:05.4116852Z    Compiling sha1_smol v1.0.1
2026-06-13T11:10:05.5180743Z    Compiling linux-raw-sys v0.12.1
2026-06-13T11:10:05.5350625Z    Compiling simdutf8 v0.1.5
2026-06-13T11:10:05.6234012Z    Compiling smol_str v0.1.24
2026-06-13T11:10:05.6358802Z    Compiling constant_time_eq v0.4.2
2026-06-13T11:10:05.6611282Z    Compiling lru v0.16.4
2026-06-13T11:10:05.8720866Z    Compiling serial-unix v0.4.0
2026-06-13T11:10:05.9151216Z    Compiling serde_derive v1.0.228
2026-06-13T11:10:05.9429976Z    Compiling zeroize_derive v1.4.3
2026-06-13T11:10:05.9695878Z    Compiling tokio-macros v2.7.0
2026-06-13T11:10:06.0571260Z    Compiling futures-macro v0.3.32
2026-06-13T11:10:06.1074809Z    Compiling zerofrom-derive v0.1.7
2026-06-13T11:10:06.6017226Z    Compiling zeroize v1.8.2
2026-06-13T11:10:06.6724637Z    Compiling yoke-derive v0.8.2
2026-06-13T11:10:06.8041241Z    Compiling zerovec-derive v0.11.3
2026-06-13T11:10:06.8184592Z    Compiling displaydoc v0.2.6
2026-06-13T11:10:06.8339621Z    Compiling tokio v1.52.3
2026-06-13T11:10:07.1227406Z    Compiling futures-util v0.3.32
2026-06-13T11:10:07.3640614Z    Compiling tracing-attributes v0.1.31
2026-06-13T11:10:07.6651449Z    Compiling zerofrom v0.1.8
2026-06-13T11:10:07.7568368Z    Compiling rustls-pki-types v1.14.1
2026-06-13T11:10:07.8180761Z    Compiling thiserror-impl v2.0.18
2026-06-13T11:10:07.8691946Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T11:10:08.2080601Z    Compiling yoke v0.8.3
2026-06-13T11:10:08.2421079Z    Compiling darling_macro v0.20.11
2026-06-13T11:10:08.3950624Z    Compiling derive_more-impl v2.1.1
2026-06-13T11:10:08.4200826Z    Compiling zerotrie v0.2.4
2026-06-13T11:10:08.5402124Z    Compiling spez v0.1.2
2026-06-13T11:10:08.5859495Z    Compiling zerovec v0.11.6
2026-06-13T11:10:08.6871167Z    Compiling n0-error-macros v0.1.3
2026-06-13T11:10:08.7081336Z    Compiling darling v0.20.11
2026-06-13T11:10:08.7738878Z    Compiling derive_builder_core v0.20.2
2026-06-13T11:10:09.0090692Z    Compiling der v0.8.0-rc.10
2026-06-13T11:10:09.2703717Z    Compiling pin-project-internal v1.1.13
2026-06-13T11:10:09.4630686Z    Compiling tinystr v0.8.3
2026-06-13T11:10:09.6780423Z    Compiling icu_locale_core v2.2.0
2026-06-13T11:10:09.7150524Z    Compiling potential_utf v0.1.5
2026-06-13T11:10:09.8984128Z    Compiling icu_collections v2.2.0
2026-06-13T11:10:10.1738054Z    Compiling n0-error v0.1.3
2026-06-13T11:10:10.3510554Z    Compiling derive_builder_macro v0.20.2
2026-06-13T11:10:10.6180613Z    Compiling ed25519-dalek v2.2.0
2026-06-13T11:10:10.6989815Z    Compiling derive_builder v0.20.2
2026-06-13T11:10:10.8298527Z    Compiling spki v0.8.0-rc.4
2026-06-13T11:10:10.9910716Z    Compiling pin-project v1.1.13
2026-06-13T11:10:11.0463721Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T11:10:11.0542570Z    Compiling spt-proto v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-13T11:10:11.0760430Z    Compiling icu_provider v2.2.0
2026-06-13T11:10:11.2511259Z    Compiling futures-executor v0.3.32
2026-06-13T11:10:11.4431723Z    Compiling icu_properties v2.2.0
2026-06-13T11:10:11.4740276Z    Compiling icu_normalizer v2.2.0
2026-06-13T11:10:11.4950936Z    Compiling futures v0.3.32
2026-06-13T11:10:11.5200812Z    Compiling cobs v0.3.0
2026-06-13T11:10:11.5701458Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T11:10:11.6026638Z    Compiling postcard-derive v0.2.2
2026-06-13T11:10:11.7790728Z    Compiling rustls-native-certs v0.8.4
2026-06-13T11:10:11.8000527Z    Compiling async-trait v0.1.89
2026-06-13T11:10:11.9140733Z    Compiling ipnet v2.12.0
2026-06-13T11:10:12.2622629Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T11:10:12.3920255Z    Compiling prefix-trie v0.8.4
2026-06-13T11:10:12.4630920Z    Compiling data-encoding-macro v0.1.20
2026-06-13T11:10:12.5357743Z    Compiling enum-assoc v1.3.0
2026-06-13T11:10:12.7950936Z    Compiling once_cell v1.21.4
2026-06-13T11:10:12.8260895Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T11:10:12.8391099Z    Compiling strum_macros v0.28.0
2026-06-13T11:10:12.9100683Z    Compiling postcard v1.1.3
2026-06-13T11:10:12.9566340Z    Compiling idna_adapter v1.2.2
2026-06-13T11:10:13.0840755Z    Compiling tracing-core v0.1.36
2026-06-13T11:10:13.0956269Z    Compiling tokio-util v0.7.18
2026-06-13T11:10:13.0988723Z    Compiling idna v1.1.0
2026-06-13T11:10:13.2530987Z    Compiling derive_more v2.1.1
2026-06-13T11:10:13.4041281Z    Compiling netlink-sys v0.8.8
2026-06-13T11:10:13.5001369Z    Compiling hashbrown v0.14.5
2026-06-13T11:10:13.5048811Z    Compiling tower v0.5.3
2026-06-13T11:10:13.5181673Z    Compiling num_enum_derive v0.7.6
2026-06-13T11:10:13.5250510Z    Compiling moka v0.12.15
2026-06-13T11:10:13.5341061Z    Compiling iroh-relay v0.98.0
2026-06-13T11:10:13.7280835Z    Compiling tracing v0.1.44
2026-06-13T11:10:13.7941110Z    Compiling url v2.5.8
2026-06-13T11:10:13.8131503Z    Compiling netlink-proto v0.12.0
2026-06-13T11:10:13.9339557Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T11:10:14.1081039Z    Compiling iroh-metrics v0.38.3
2026-06-13T11:10:14.1940795Z    Compiling h2 v0.4.14
2026-06-13T11:10:14.3839237Z    Compiling tokio-stream v0.1.18
2026-06-13T11:10:14.4661582Z    Compiling hashlink v0.9.1
2026-06-13T11:10:14.4871389Z    Compiling n0-watcher v0.6.1
2026-06-13T11:10:14.5293458Z    Compiling netdev v0.42.0
2026-06-13T11:10:14.5904983Z    Compiling serde_spanned v0.6.9
2026-06-13T11:10:14.6430844Z    Compiling toml_datetime v0.6.11
2026-06-13T11:10:14.7501505Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T11:10:14.7610766Z    Compiling tower-http v0.6.11
2026-06-13T11:10:14.8524700Z    Compiling num_enum v0.7.6
2026-06-13T11:10:14.9500668Z    Compiling rusqlite v0.32.1
2026-06-13T11:10:14.9811781Z    Compiling iroh-base v0.98.0
2026-06-13T11:10:14.9893316Z    Compiling attohttpc v0.30.1
2026-06-13T11:10:15.0950199Z    Compiling regex-automata v0.4.14
2026-06-13T11:10:15.1224721Z    Compiling ref-cast-impl v1.0.25
2026-06-13T11:10:15.1589923Z    Compiling thiserror-impl v1.0.69
2026-06-13T11:10:15.4290767Z    Compiling toml_edit v0.22.27
2026-06-13T11:10:15.8790635Z    Compiling webpki-roots v1.0.7
2026-06-13T11:10:16.0232188Z    Compiling schemars_derive v1.2.1
2026-06-13T11:10:16.2795054Z    Compiling spt-store v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-13T11:10:16.2957540Z    Compiling strum v0.28.0
2026-06-13T11:10:16.3925955Z    Compiling iroh-dns v0.98.0
2026-06-13T11:10:16.4027057Z    Compiling serde_bytes v0.11.19
2026-06-13T11:10:16.4091349Z    Compiling seize v0.5.1
2026-06-13T11:10:16.7150714Z    Compiling hmac v0.12.1
2026-06-13T11:10:16.8511081Z    Compiling iroh v0.98.2
2026-06-13T11:10:16.9464318Z    Compiling bitflags v1.3.2
2026-06-13T11:10:17.0040778Z    Compiling pin-utils v0.1.0
2026-06-13T11:10:17.0201040Z    Compiling dyn-clone v1.0.20
2026-06-13T11:10:17.0291036Z    Compiling cmov v0.5.4
2026-06-13T11:10:17.0811040Z    Compiling utf8parse v0.2.2
2026-06-13T11:10:17.1320623Z    Compiling nix v0.25.1
2026-06-13T11:10:17.1558211Z    Compiling filedescriptor v0.8.3
2026-06-13T11:10:17.1790782Z    Compiling hkdf v0.12.4
2026-06-13T11:10:17.1921049Z    Compiling anstyle-parse v1.0.0
2026-06-13T11:10:17.2001666Z    Compiling papaya v0.2.4
2026-06-13T11:10:17.2970487Z    Compiling ctutils v0.4.2
2026-06-13T11:10:17.3170767Z    Compiling backon v1.6.0
2026-06-13T11:10:17.4021615Z    Compiling serial v0.4.0
2026-06-13T11:10:17.4720689Z    Compiling shell-words v1.1.1
2026-06-13T11:10:17.4821649Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T11:10:17.5790684Z    Compiling anstyle-query v1.1.5
2026-06-13T11:10:17.6040881Z    Compiling anstyle v1.0.14
2026-06-13T11:10:17.6500719Z    Compiling downcast-rs v1.2.1
2026-06-13T11:10:17.6520880Z    Compiling colorchoice v1.0.5
2026-06-13T11:10:17.6640485Z    Compiling spake2 v0.4.0
2026-06-13T11:10:17.6726201Z    Compiling sha1 v0.10.6
2026-06-13T11:10:17.7190919Z    Compiling doctest-file v1.1.1
2026-06-13T11:10:17.7961440Z    Compiling clap_lex v1.1.0
2026-06-13T11:10:17.8070871Z    Compiling clap_derive v4.6.1
2026-06-13T11:10:17.9001033Z    Compiling anstream v1.0.0
2026-06-13T11:10:17.9828123Z    Compiling iana-time-zone v0.1.65
2026-06-13T11:10:18.1098226Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T11:10:18.1799265Z    Compiling qrcode v0.14.1
2026-06-13T11:10:18.2721414Z    Compiling interprocess v2.4.2
2026-06-13T11:10:18.3641324Z    Compiling toml v0.8.23
2026-06-13T11:10:18.4500803Z    Compiling regex v1.12.3
2026-06-13T11:10:18.4840535Z    Compiling schemars v1.2.1
2026-06-13T11:10:19.1951046Z    Compiling spt-msg v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-13T11:10:19.3550659Z    Compiling terminal_size v0.4.4
2026-06-13T11:10:19.3841786Z    Compiling chrono v0.4.45
2026-06-13T11:10:19.4830684Z    Compiling clap_builder v4.6.0
2026-06-13T11:10:19.5156480Z    Compiling tempfile v3.27.0
2026-06-13T11:10:19.9130992Z    Compiling spt-runtime v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-13T11:10:20.1841981Z    Compiling hyper v1.10.1
2026-06-13T11:10:21.5277618Z    Compiling portable-pty v0.8.1
2026-06-13T11:10:21.9640696Z    Compiling spt-term v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-13T11:10:22.1622677Z    Compiling hyper-util v0.1.20
2026-06-13T11:10:22.6190756Z    Compiling clap v4.6.1
2026-06-13T11:10:22.7569461Z    Compiling spt-live v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-13T11:10:24.4055620Z    Compiling igd-next v0.17.1
2026-06-13T11:10:25.4151228Z    Compiling portmapper v0.16.0
2026-06-13T11:10:30.1564961Z    Compiling rustls-webpki v0.103.13
2026-06-13T11:10:32.7183514Z    Compiling tokio-rustls v0.26.4
2026-06-13T11:10:32.7184095Z    Compiling noq-proto v0.17.0
2026-06-13T11:10:32.7184555Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T11:10:32.8735275Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T11:10:32.8736072Z    Compiling hyper-rustls v0.27.9
2026-06-13T11:10:32.8736520Z    Compiling tokio-websockets v0.13.2
2026-06-13T11:10:33.0467399Z    Compiling reqwest v0.13.4
2026-06-13T11:10:33.9988232Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T11:10:49.6524554Z    Compiling spt-net v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-13T11:10:51.1526549Z    Compiling spt-daemon v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-13T11:10:57.9327229Z    Compiling spt v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-13T11:11:01.3187101Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-06-13T11:11:01.3424154Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-be36ffbaf1f85fb1)
2026-06-13T11:11:01.3435525Z 
2026-06-13T11:11:01.3435830Z running 1 test
2026-06-13T11:11:07.5233962Z test new_brain_serves_against_old_broker ... ok
2026-06-13T11:11:07.5234621Z 
2026-06-13T11:11:07.5234930Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-13T11:11:07.5235289Z 
